Uncaught TypeError: Object [object Object] has no method 'UrlPicker'
I've recently deployed an Umbraco site I am building to our staging server and have noticed the following JS error on pages that are using the Url Picker data type:
Uncaught TypeError: Object [object Object] has no method 'UrlPicker'WebResource.axd:216
I'm scratching my head a bit tbh. The deployed code-base is exactly the same as that running on my test and local environments which works absolutely fine. I can't edit any of the properties that use this data type.
Sounds like a permissions issue. Try giving the IIS_IUSRS group modify permissions to everything to test first, then revert to just the necessary permissions.
Also, make sure that your application pool is running .net 4.0 and that (of course) all of the files have actually been deployed.
It's definitely running .NET 4 and all of the files have been deployed. My first thought was that it'd be permission related - I'll double check these. Cheers.
I think it was permission related in the end although I can't be more specific than that - if I remember rightly we granted full control of the folder.
Uncaught TypeError: Object [object Object] has no method 'UrlPicker'
I've recently deployed an Umbraco site I am building to our staging server and have noticed the following JS error on pages that are using the Url Picker data type:
I'm scratching my head a bit tbh. The deployed code-base is exactly the same as that running on my test and local environments which works absolutely fine. I can't edit any of the properties that use this data type.
Help would be much appreciated.
Cheers
Sounds like a permissions issue. Try giving the IIS_IUSRS group modify permissions to everything to test first, then revert to just the necessary permissions.
Also, make sure that your application pool is running .net 4.0 and that (of course) all of the files have actually been deployed.
It's definitely running .NET 4 and all of the files have been deployed. My first thought was that it'd be permission related - I'll double check these. Cheers.
Hi Chris,
Are you still experiencing this issue?
Could you try clicking on the "WebResource.axd" file/URL? See if there are any errors with that script?
Thanks, Lee.
Hi, been that busy completely forgot about this.
Just double checked all permissions and that doesn't seem to have fixed the issue.
The exception is being thrown here:
@Chris,
I'm getting the samething, but for multiple datatypes. Did you every figure out what it was?
I think it was permission related in the end although I can't be more specific than that - if I remember rightly we granted full control of the folder.
is working on a reply...